sc-network-transactions 0.36.0

Substrate transaction protocol (polkadot v1.9.0)
Documentation

Transactions handling to plug on top of the network service.

Usage:

  • Use [TransactionsHandlerPrototype::new] to create a prototype.
  • Pass the NonDefaultSetConfig returned from [TransactionsHandlerPrototype::new] to the network configuration as an extra peers set.
  • Use [TransactionsHandlerPrototype::build] then [TransactionsHandler::run] to obtain a Future that processes transactions.